Auto merge of #3272 - cuviper:openssl-1.1.0, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 14 Nov 2016 21:56:07 +0000 (13:56 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2016 21:56:07 +0000 (13:56 -0800)
Update dependencies for OpenSSL 1.1.0 compatibility

The primary targets here are openssl and openssl-sys crates 0.9,
bringing support for OpenSSL 1.1.0.  This requires updating the curl
and git2 related dependencies as well.

A small change is required in cargo itself for the new Hasher API.
Results from the hasher are simply unwrapped for now, matching the
Windows behavior that already panics on error.


Trivial merge